home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / kernel / jumpto / jumpto.s3 < prev    next >
Text File  |  1997-04-16  |  248b  |  17 lines

  1. //  Dynace jumpto.s for GNU C compiler (gcc) on 386 machines
  2.     .file    "jumpto.c"
  3. gcc2_compiled.:
  4. .text
  5.     .align 2
  6. .globl __jumpToMethod
  7. __jumpToMethod:
  8.     pushl %ebp
  9.     movl %esp,%ebp
  10.     movl 8(%ebp),%eax
  11. /    call *%eax
  12. /    leave
  13. /    ret
  14.     leave
  15.     leave
  16.     jmp *%eax
  17.